vendorName

@get:Input
@get:Optional
abstract val vendorName: Property<String>

The vendor name or organization ID (if created) in the Plugins settings dialog and on the JetBrains Marketplace plugin page.

The provided value will be set as a value of the <vendor> element.

Default value: IntelliJPlatformExtension.PluginConfiguration.Vendor.name

See also